home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gawk / gawk213b.zoo / limitati.ons < prev    next >
Text File  |  1991-06-05  |  681b  |  17 lines

  1. This file describes limits of gawk on a Unix system (although it
  2. is variable even then).  Non-Unix systems may have other limits.
  3. All cases below where MAX_SHORT is specified will be increased
  4. to MAX_INT in a future release.
  5.  
  6. # of fields in a record:  MAX_INT
  7. Length of input record:  MAX_SHORT 
  8. Length of output record:  unlimited
  9. Size of a field:  MAX_SHORT 
  10. Size of a printf string:  MAX_SHORT 
  11. Size of a literal string:  MAX_SHORT 
  12. Characters in a character class:  2^(# of bits per byte)
  13. # of file redirections:  unlimited
  14. # of pipe redirections:  min(# of processes per user, # of open files)
  15. double-precision floating point
  16. Length of source line:  unlimited
  17.